home *** CD-ROM | disk | FTP | other *** search
/ GORO 1 / GORO 1.iso / pc / data / 20takami.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1996-10-24  |  182 b   |  12 lines

  1. on exitFrame
  2.   if (ret_base() = 1) and (get_mode() = "A") then
  3.     go("AUTO")
  4.   else
  5.     if get_mode() = "B" then
  6.       go("01")
  7.     else
  8.       go(the frame)
  9.     end if
  10.   end if
  11. end
  12.